google.golang.org/grpc/internal/transport.ClientStream.unprocessed (field)
5 uses
google.golang.org/grpc/internal/transport (current package)
client_stream.go#L48: unprocessed atomic.Bool // set if the server sends a refused stream or GOAWAY including this stream
client_stream.go#L88: return s.unprocessed.Load()
http2_client.go#L782: s.unprocessed.Store(true)
http2_client.go#L1245: s.unprocessed.Store(true)
http2_client.go#L1391: stream.unprocessed.Store(true)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)